#!/usr/bin/env bash
{ set +x; } 2>/dev/null

! [ -e ~/.githubtoken ] && echo "SKIP: ~/.githubtoken NOT EXISTS" && exit 0

url="https://api.github.com"
( set -x; github-curl -D /dev/null "$url" ) # body (json) only

